home *** CD-ROM | disk | FTP | other *** search
/ Dino Crisis Digital Press Kit / Dino Crisis Digital Press Kit.iso / mac / t / 00143_Script_143 < prev    next >
Text File  |  1999-08-20  |  534b  |  25 lines

  1. on exitFrame
  2.   puppetsound "ww"
  3.   checkrolls
  4.   checkblip
  5.   
  6.   if rollover(51) then
  7.     nothing
  8.   else
  9.     go to "nn"
  10.     set the visible of sprite 45 to false
  11.     if the visible of sprite 120 = true then
  12.       nothing
  13.     else
  14.       set the movierate of sprite 10 to 1
  15.     end if
  16.     set the visible of sprite 19 to true
  17.     set the visible of sprite 20 to false
  18.     set the visible of sprite 21 to false
  19.     set the visible of sprite 22 to false
  20.     set the visible of sprite 23 to false
  21.   end if
  22.   
  23.   
  24.   
  25. end